home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 114 / PC Guia 114.iso / Software / Utils / The Gimp 2.2.1 / gimp-help-2-0.6-setup.exe / {app} / share / gimp / 2.0 / help / en / ch02s08s02.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-12-19  |  5.6 KB  |  132 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>8.2.┬áUsing Plugins</title>
  7.     <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
  8.     <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
  9.     <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
  10.     <link rel="start" href="index.html" title="GIMP User Manual" />
  11.     <link rel="up" href="ch02s08.html" title="8.┬áPlugins" />
  12.     <link rel="prev" href="ch02s08.html" title="8.┬áPlugins" />
  13.     <link rel="next" href="ch02s08s03.html" title="8.3.┬áInstalling New Plugins" />
  14.   </head>
  15.   <body>
  16.     <div xmlns="" class="navheader">
  17.       <table width="100%" summary="Navigation header">
  18.         <tr>
  19.           <th colspan="3" align="center" id="chaptername">8.┬áPlugins</th>
  20.         </tr>
  21.         <tr>
  22.           <td width="20%" align="left"><a accesskey="p" href="ch02s08.html">Prev</a>┬á</td>
  23.           <th width="60%" align="center" id="sectionname">8.2.┬áUsing Plugins</th>
  24.           <td width="20%" align="right">┬á<a accesskey="n" href="ch02s08s03.html">Next</a></td>
  25.         </tr>
  26.       </table>
  27.       <hr />
  28.     </div>
  29.     <div class="sect2" lang="en" xml:lang="en">
  30.       <div class="titlepage">
  31.         <div>
  32.           <div>
  33.             <h3 class="title"><a id="id3428165"></a>8.2.┬áUsing Plugins</h3>
  34.           </div>
  35.         </div>
  36.       </div>
  37.       <p>
  38.       For the most part you can use a plugin like any other Gimp tool,
  39.       without needing to be aware that it is a plugin.  But there are
  40.       a few things about plugins that are useful to understand.
  41.     </p>
  42.       <p>
  43.       One is that plugins are generally not as robust as the Gimp
  44.       core.  When Gimp crashes, it is considered a very serious
  45.       thing: it can cost the user a lot of trouble and headache.  When
  46.       a plugin crashes, the consequences are usually not so serious.
  47.       In most cases you can just continuing working without worrying
  48.       about it.
  49.     </p>
  50.       <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
  51.         <table border="0" summary="Note">
  52.           <tr>
  53.             <td rowspan="2" align="center" valign="top" width="25">
  54.               <img alt="[Note]" src="../images/note.png" />
  55.             </td>
  56.             <th align="left">Note</th>
  57.           </tr>
  58.           <tr>
  59.             <td colspan="2" align="left" valign="top">
  60.               <p>
  61.         Because plugins are separate programs, they communicate with the
  62.         Gimp core in a special way:   the Gimp developers call it
  63.         "talking over a wire".  When a plugin crashes, the communication
  64.         breaks down, and you will see an error message about a "wire
  65.         read error".
  66.       </p>
  67.             </td>
  68.           </tr>
  69.         </table>
  70.       </div>
  71.       <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
  72.         <table border="0" summary="Tip">
  73.           <tr>
  74.             <td rowspan="2" align="center" valign="top" width="25">
  75.               <img alt="[Tip]" src="../images/tip.png" />
  76.             </td>
  77.             <th align="left">Tip</th>
  78.           </tr>
  79.           <tr>
  80.             <td colspan="2" align="left" valign="top">
  81.               <p>
  82.         When a plugin crashes, Gimp gives you a very ominous-looking
  83.         message telling you that the plugin may have left Gimp in a
  84.         corrupted state, and you should consider saving your images and
  85.         exiting.  Strictly speaking, this is quite correct, because
  86.         plugins have the power to alter almost anything in Gimp, but for
  87.         practical purposes, experience has shown that corruption is
  88.         actually quite rare, and many users just continue working and
  89.         don't worry about it.  Our advice is that you simply think about
  90.         how much trouble it would cause you if something went wrong, and
  91.         weigh it against the odds.
  92.       </p>
  93.             </td>
  94.           </tr>
  95.         </table>
  96.       </div>
  97.       <p>
  98.       Because of the way plugins communicate with Gimp, they do not
  99.       have any mechanism for being informed about changes you make to
  100.       an image after the plugin has been started.  If you start a
  101.       plugin, and then alter the image using some other tool, the
  102.       plugin will often crash, and when it doesn't will usually give a
  103.       bogus result.  You should avoid running more than one plugin at
  104.       a time on an image, and avoid doing anything to the image until
  105.       the plugin has finished working on it.  If you ignore this
  106.       advice, not only will you probably screw up the image, you will
  107.       probably screw up the undo system as well, so that you won't
  108.       even be able to recover from your foolishness.
  109.     </p>
  110.     </div>
  111.     <div class="navfooter">
  112.       <hr />
  113.       <table width="100%" summary="Navigation footer">
  114.         <tr>
  115.           <td width="40%" align="left"><a accesskey="p" href="ch02s08.html">Prev</a>┬á</td>
  116.           <td width="20%" align="center">
  117.             <a accesskey="u" href="ch02s08.html">Up</a>
  118.           </td>
  119.           <td width="40%" align="right">┬á<a accesskey="n" href="ch02s08s03.html">Next</a></td>
  120.         </tr>
  121.         <tr>
  122.           <td width="40%" align="left" valign="top">8.┬áPlugins┬á</td>
  123.           <td width="20%" align="center">
  124.             <a accesskey="h" href="index.html">Home</a>
  125.           </td>
  126.           <td width="40%" align="right" valign="top">┬á8.3.┬áInstalling New Plugins</td>
  127.         </tr>
  128.       </table>
  129.     </div>
  130.   </body>
  131. </html>
  132.